home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Sound / MPTool / Bonus / FastRen / FastRen.doc next >
Encoding:
Text File  |  1997-10-28  |  1.2 KB  |  49 lines

  1. Short:     A Faaast Renamer
  2. Author:    Heinrich Patrick
  3. Uploader: 
  4. Version:   0.03 
  5.  
  6.  
  7. FastRen 0.03
  8.  
  9. * Usage : FastRen <Option> <Start> <Length> <RenameList> <File1> <File2> ...
  10.  
  11.       <Option> : 
  12.  
  13.                  n or N  : do nothing but renaming
  14.                  s or S  : cut the name after the first "." found
  15.                  c or C  : create FastRen files from an MS/DOS dir file
  16.  
  17. * History ;)
  18.  
  19. -> V0.01  [11/08/97]
  20.  
  21.       -just a simple working version :)
  22.        cause I was too lazy to "hand rename" my MP3
  23.  
  24. -> V0.02  [11/08/97]
  25.  
  26.       -PC option
  27.       -check for filename length and cut it if it's too long !
  28.       -check for space before a name and remove 'em
  29.       -can cut a suffix
  30.  
  31. -> V0.03  [18/07/97] 
  32.  
  33.       -no more PC option since you can change start/length of a name
  34.       -in my DOpus, FastRen s 45 30 s:RenameList {O}
  35.       -the c option : create rename list from a PC list file
  36.         try it with the test file (LISTE.TXT)
  37.           FastRen c LISTE.TXT ram:
  38.       -line counter
  39.       -file counter
  40.  
  41.  
  42. -> TODO
  43.  
  44.       -use the clipboard (? won't be implemented since the creator works!)
  45.       -cut space after the name
  46.       -sort the file created with the c option
  47.       -write a doc ;)
  48.  
  49.